Carbon


PMgrStateChangeProcPtr

Header: Power.h Carbon status: Supported

typedef void(* PMgrStateChangeProcPtr) (
    PMgrQueueElement *theElement, 
    SInt32 stateBits
);

You would declare your function like this if you were to name it MyPMgrStateChangeCallback:

void MyPMgrStateChangeCallback (
    PMgrQueueElement *theElement, 
    SInt32 stateBits
);
theElement
stateBits

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)